home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / settransfer_mende.shar / ns_glob.h-DIFF < prev    next >
Encoding:
Text File  |  1996-10-25  |  539 b   |  17 lines

  1. *** ns_glob.h.orig    Sun Aug 20 18:27:18 1995
  2. --- ns_glob.h    Mon Aug 28 11:09:02 1995
  3. ***************
  4. *** 96,102 ****
  5. --- 96,106 ----
  6.   
  7.       /* how often does ns_maint() need to be called, in seconds? */
  8.       /* (beware: this is also the upper bound on named_xfer real time) */
  9. + #if defined(SETTRANSFER) && !defined(ROUND_ROBIN)
  10. + DECL    int            maint_interval    INIT(60);
  11. + #else
  12.   DECL    int            maint_interval    INIT(15*60);
  13. + #endif /* SETTRANSFER && !ROUND_ROBIN */
  14.   
  15.   #ifdef CLEANCACHE
  16.       /* What's the minimum interval between cache cleanings? */
  17.